home *** CD-ROM | disk | FTP | other *** search
/ Voyeur 2: Watching Is Not Enough / Voyeur II - Watching Is Not Enough (InterWeave)(Disc 1)(1996).iso / install.bat next >
DOS Batch File  |  1996-05-09  |  843b  |  38 lines

  1. @echo off
  2. rem install.bat installs VoyeurII under DOS 
  3. rem (for windows use setup.exe to get icons)
  4.  
  5. rem   already fully installed?
  6. if exist c:\voyeurii\dig.ini goto run:
  7.  
  8. rem   directory already created?
  9. if exist c:\voyeurii\nul goto files:
  10. mkdir c:\voyeurii
  11.  
  12. rem   files already installed? 
  13. if exist c:\voyeurii\v2.exe goto files:
  14.  
  15. rem   files not installed, so check for space on c
  16. cd \vols
  17. spaceonc
  18. if errorlevel 1 goto fail:
  19.  
  20. :files
  21. rem   copy files ordered by size (small to large)
  22. copy \setsound\aildrvr.lst      c:\voyeurii\aildrvr.lst  /Y /V
  23. copy \setsound\setsound.exe     c:\voyeurii\setsound.exe /Y /V
  24. copy \vols\dos4gw.exe           c:\voyeurii\dos4gw.exe   /Y /V
  25. copy \vols\v2.exe               c:\voyeurii\v2.exe       /Y /V
  26.  
  27. :sound
  28. c:
  29. cd \voyeurii
  30. setsound
  31.  
  32. :run 
  33. c:
  34. cd \voyeurii
  35. v2
  36.  
  37. :fail
  38.